FLATPAK INFO(1) | flatpak info | FLATPAK INFO(1) |
NAME¶
flatpak-info - Show information about an installed application or runtime
SYNOPSIS¶
flatpak info [OPTION...] NAME [BRANCH]
DESCRIPTION¶
Show info about an installed application or runtime.
By default, the output is formatted in a friendly format. If you specify any of the --show-... or --file-access options, the output is instead formatted in a machine-readable format.
By default, both per-user and system-wide installations are queried. Use the --user, --system or --installation options to change this.
OPTIONS¶
The following options are understood:
-h, --help
--user
--system
--installation=NAME
--arch=ARCH
-r, --show-ref
-o, --show-origin
-c, --show-commit
-s, --show-size
-m, --show-metadata
--show-runtime
--show-sdk
-M, --show-permissions
--file-access=PATH
-e, --show-extensions
-l, --show-location
-v, --verbose
--ostree-verbose
EXAMPLES¶
$ flatpak info org.gnome.Builder//master
$ tree `flatpak info -l org.gnome.Builder//master`/files
SEE ALSO¶
flatpak |